home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 12208 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: stc06.ctd.ornl.gov!msr!kennel
  2. From: kennel@msr.epm.ornl.gov (Matt Kennel)
  3. Newsgroups: comp.lang.ada,comp.lang.c,comp.lang.c++
  4. Subject: Re: C/C++ knocks the crap out of Ada
  5. Followup-To: comp.lang.ada,comp.lang.c,comp.lang.c++
  6. Date: 18 Mar 1996 21:22:31 GMT
  7. Organization: Oak Ridge National Lab, Oak Ridge, TN
  8. Message-ID: <4ikk6n$coi@stc06.ctd.ornl.gov>
  9. References: <JSA.96Feb16135027@organon.com> <DnuGrG.JrE@news.thomson-lcr.fr> <4hl082INNc7d@keats.ugrad.cs.ubc.ca> <adaworksDoBrqA.7or@netcom.com> <4ictukINN7j1@mayne.ugrad.cs.ubc.ca>
  10. NNTP-Posting-Host: msr.epm.ornl.gov
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Kazimir Kylheku (c2a192@ugrad.cs.ubc.ca) wrote:
  14. > Most of the C problems lie, arguably, with the inadequate coverage by the
  15. > standard of certain issues, not with the syntax and semantics of the language
  16. > per se.
  17.  
  18. To plagiarize somebody elses aphorism,
  19.  
  20. This is like saying that the guillotine has nothing to do with the French
  21. Revolution.  
  22.  
  23. What? Were they giant Jacobin-bacchanalia-sized brie slicers?   ;-) 
  24.  
  25. > The standard doesn't require compilers to implement range checking. 
  26. Hence we > have compilers without range checking. And so forth.
  27.  
  28. We don't have compilers with range checking and all those other checking
  29. things because the core concepts of the C langauge makes such an
  30. implementation harder, slower and less idiomatic and useful and thus MORE
  31. EXPENSIVE than a checking Eiffel or Ada implementation. 
  32.  
  33. > -- 
  34.  
  35.  
  36.  
  37.